-- card: 4602 from stack: in -- bmap block id: 5598 -- flags: 4000 -- background id: 2723 -- name: The Cave ----- HyperTalk script ----- on openCard play "scream" end openCard -- part 1 (button) -- low flags: 00 -- high flags: A003 -- rect: left=360 top=289 right=311 bottom=460 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Push Me ----- HyperTalk script ----- on mouseUp answer "Do You Want To Play Again" with "Yes" or "No" if it is "No" then go home if it is "Yes" then go to Card 3 of stack "Adventure Stack" end mouseUp